home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3300 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.4 KB  |  56 lines

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS friendly part II
  5. Date: 12 Feb 1996 16:25:29 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4fnplp$f0r@sunsystem5.informatik.tu-muenchen.de>
  9. References: <38232020@kone.fipnet.fi> <9PxXx*kka@aargh.incubus.sub.org> <PETERM.96Jan30130624@tui.maths.irl.cri.nz> <4fnea0$1m7@oreig.uji.es>
  10. NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
  11. Originator: fischerj@hphalle5.informatik.tu-muenchen.de
  12.  
  13.  
  14. In article <4fnea0$1m7@oreig.uji.es>, ii202@rossegat.uji.es (Jorge Acereda Macia) writes:
  15. |> Organization: Universitat Jaume I. Castell≤ de la Plana. Spain
  16. |> Lines: 22
  17. |> Message-ID: <4fnea0$1m7@oreig.uji.es>
  18. |> References: <38232020@kone.fipnet.fi> <9PxXx*kka@aargh.incubus.sub.org> <PETERM.96Jan30130624@tui.maths.irl.cri.nz>
  19. |> NNTP-Posting-Host: @rossegat.uji.es
  20. |> X-Newsreader: TIN [version 1.2 PL2]
  21. |> 
  22. |> Peter McGavin (peterm@maths.grace.cri.nz) wrote:
  23. |> > These are not reasons for killing the OS.  An OS compliant program can
  24. |> > perform these copper tricks easily by:
  25. |> 
  26. |> >   o  install an input handler;
  27. |> >   o  save GfxBase->ActiView;
  28. |> >   o  LoadView(NULL); WaitTOF(); WaitTOF();
  29. |> >   o  perform copper tricks as desired;
  30. |> >   o  LoadView(saved_actiview);
  31.  
  32. I'd do Loadview(GfxBase->ActiView) here and cancel the "save view
  33. 2 hours bevore we use it".
  34. maybe it's better doign the Loadview(GfxBase->ActiView) in Forbid() state.
  35.  
  36. |> >   o  deinstall input handler.
  37. |> 
  38. |> No Amiga-M? :-(
  39. |> 
  40. |> Isn't better opening a screen and installing a user copperlist?
  41.  
  42. user copperlists are static, really not what one means telling about
  43. "copper tricks".
  44.  
  45. |> 
  46. |> --
  47. |>  ---------------------------- --------------------------------------------
  48. |> |       Jorge Acereda        |      Dream the same thing everynight       |
  49. |> |   ii202@rossegat.uji.es    |       I see our freedom in my sight        |
  50. |> |       Intel Outside        |     No locked doors, no windows barred     |
  51. |> |        Amiga Rules         |   No things to make my brain seem scarred  |
  52. |>  ---------------------------- --------------------------------------------
  53. ------------------------------------------------------------------------
  54.    fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)   =:)
  55.  
  56.